home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / mohere12.zip / MOVEHERE.DOC < prev   
Text File  |  1991-07-19  |  5KB  |  197 lines

  1.  
  2.  
  3.  
  4.            ██▌
  5.            █ ███
  6.            █   █████        ███████       ██            ██ ███████
  7.            █   █   █     ████     ████     ██          ██  ██    ▀
  8.            █   █   █    ██           ██     ██        ██   ██
  9.            █   █   █  ██               ██    ██      ██    ██
  10.            █   █   █  ██               ██     ██    ██     ██████
  11.            █   █   █   ███           ███       ██  ██      ██
  12.            █       █     ██         ██          ████       ██
  13.            █       █       ███    ███            ██        ██    █
  14.            █       █         ██████                        ███████
  15.            █       █
  16.  
  17.  
  18.  
  19.                             IT OVER HERE !
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.                   A  very fast moving
  28.                   utility    designed
  29.                   for those who don't
  30.                   know   where  their
  31.                   file currently is !
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.        =======================================
  39.        Move It Over Here v. 1.2 Copyright 1991
  40.        =======================================
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.     Just when you couldn't locate the file you were looking for... Having
  49. to break out the File-Finding Util, locating the current place of your
  50. file, pulling out the Moving Util, then typing in the entire pathname,
  51. moving the file to your current directory.
  52.  
  53.     No more !
  54.  
  55.     Move It Over Here is specially designed for you.  Simply place it in
  56. your path, and when you are in desperate need of your file, Move It Over
  57. Here.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.              Usage: MER [filename] [option]
  64.  
  65.  
  66.  
  67.              OPTIONS:
  68.  
  69.              /P   Prompt before moving
  70.              /S   Scan deeper directories
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  =========================================================================
  79.  ======== THE OPTIMAL SPEED ==============================================
  80.  =========================================================================
  81.  
  82.  
  83.     To understand what "Scan Deeper Directories" means, you must first
  84.  understand how the program logic operates.
  85.  
  86.     For the optimum speed, the only directories that are searched are
  87.  ones that are subdirectories of the root directory.
  88.  
  89.  Eg:   \TURBO       will be searched, but
  90.  
  91.        \TURBO\BIN   will NOT be searched.
  92.  
  93.  
  94.  
  95.     The program "skims" directories.  A visual representation would be:
  96.  
  97.  
  98.  C:\ ---  ------  ------  -------  -------  -------  -------  ----->
  99.         \/      \/      \/       \/       \/       \/       \/
  100.       subdir   subdir  subdir   subdir   subdir   subdir   subdir
  101.  
  102.  
  103.  
  104.      Whereas the utility finds all directories that are immediately under
  105.  the root.
  106.  
  107.  In order to find a "deeper" subdirectory:
  108.  
  109.       C:\---  ----->
  110.             \/
  111.           subdir      C:\TURBO
  112.             \/
  113.           subdir      C:\TURBO\BIN
  114.             \/
  115.           subdir      C:\TURBO\BIN\SYSTEM
  116.  
  117.  
  118.  You would use the "/S" switch.  This allows MoveItOverHere to search all
  119.  subdirectories, no matter how deep.
  120.  
  121.  
  122.  
  123.                        ALSO:
  124.  
  125.  
  126.     Unless wildcards are specified (*.DOC), the file is directly searched,
  127.  and the program aborts.  For example: if you have two files called
  128.  MYFILE.COM in a directory, the program will find the first instance of
  129.  that name, and move it.
  130.  
  131.     To be more specific about which MYFILE.COM you want to move, please
  132.  use the "/P" switch.  Once used, this allows you to see file specs of
  133.  MYFILE.COM (the size/date/time/location), and prompts whether you want
  134.  to move it or not.
  135.  
  136.  
  137.  ===========================================================================
  138.  
  139.  
  140.  
  141.  OTHER NOTES:
  142.  
  143.  1) Please be VERY VERY careful when using wildcards.  This program moves
  144.     files extremely quickly (When I benchtested it, the util moved 52 files
  145.     within 2 seconds).
  146.  
  147.  2) When using wilcards, please include the "." in the filename.
  148.  
  149.     Eg:   *.DOC   ─┐
  150.           FILE.*   ├────────  These names are acceptable
  151.           LIST.*   │
  152.           *.MOM   ─┘
  153.  
  154.  
  155.           MOMMY*  ─┐
  156.           *LIST*   ├────────  These names are NOT acceptable
  157.           *A**     │
  158.           *THIS   ─┘
  159.  
  160.  3) If the file already exists in the current directory, you are prompted
  161.     to rename the file.  If you do not rename the file, the old file
  162.     that was in your current directory is written over.
  163.  
  164.  4) If you have any questions/comments regarding this utility, please
  165.     write me:
  166.  
  167.  
  168.         DAVE SMITH
  169.        1104 Mason Dr.
  170.        Hurst TX 76053
  171.  
  172.     Compuserve 71441,2723
  173.  
  174.  
  175.  
  176.  
  177.  
  178.           -------------------------------------
  179.  
  180.         This program is a free utility.  Please feel
  181.         free to distribute it amongst your friends,
  182.         other BBS', etc.
  183.  
  184.         For a complete collection of my utilities,
  185.         plus a current version of Move It Over Here !
  186.         please see the enclosed CATALOG.DAV.
  187.  
  188.         I create new programs every week, so be sure
  189.         and write me to find out what's new...
  190.  
  191.  
  192.           NOTE that sending for a diskette full of
  193.             utilities registers you FOR LIFE !
  194.         And you are entitled to many other benefits.
  195.  
  196.           ---------------------------------------
  197.